Java Message Service - significado y definición. Qué es Java Message Service
Diclib.com
Diccionario en línea

Qué (quién) es Java Message Service - definición

JAKARTA EE MESSAGE ORIENTED MIDDLEWARE API FOR SENDING MESSAGES BETWEEN TWO OR MORE CLIENTS
Java messaging service; JSR 914; Message consumer; Java Message Service

Java Message Service         
<programming, messaging> (JMS) An API for accessing enterprise messaging systems from Java programs. Java Message Service, part of the J2EE suite, provides standard APIs that Java developers can use to access the common features of enterprise message systems. JMS supports the publish/subscribe and point-to-point models and allows the creation of message types consisting of arbitrary Java objects. JMS provides support for administration, security, error handling, and recovery, optimisation, distributed transactions, message ordering, message acknowledgment, and more. http://java.sun.com/products/jms. {Overview (http://developer.java.sun.com/developer/technicalArticles/Networking/messaging/)}. (2001-06-22)
Jakarta Messaging         
The Jakarta Messaging API (formerly Java Message Service or JMS API) is a Java application programming interface (API) for message-oriented middleware. It provides generic messaging models, able to handle the producer–consumer problem, that can be used to facilitate the sending and receiving of messages between software systems.
Short Message Service technical realisation (GSM)         
  • Call flow for the mobile-originated Short Message Service
  • Call flow for the mobile terminated Short Message Service
OVERVIEW ABOUT THE SHORT MESSAGE SERVICE TECHNICAL REALISATION
Short message service/Short message service technical realisation (GSM); Short message service technical realisation (GSM)
The Short Message Service is realised by the use of the Mobile Application Part (MAP) of the SS7 protocol, with Short Message protocol elements being transported across the network as fields within the MAP messages.Mobile Application Part specification, 3GPP TS 29.

Wikipedia

Jakarta Messaging

The Jakarta Messaging API (formerly Java Message Service or JMS API) is a Java application programming interface (API) for message-oriented middleware. It provides generic messaging models, able to handle the producer–consumer problem, that can be used to facilitate the sending and receiving of messages between software systems. Jakarta Messaging is a part of Jakarta EE and was originally defined by a specification developed at Sun Microsystems before being guided by the Java Community Process.